google.golang.org/grpc.clientStream.retryThrottler (field)

6 uses

	google.golang.org/grpc (current package)
		stream.go#L371: 		cs.retryThrottler = cc.retryThrottler.Load().(*retryThrottler)
		stream.go#L595: 	retryThrottler *retryThrottler // The throttler active when the RPC began.
		stream.go#L724: 				cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L730: 			cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L749: 	if cs.retryThrottler.throttle() {
		stream.go#L1117: 		cs.retryThrottler.successfulRPC()